crypto/tls.clientHelloMsg.secureRenegotiationSupported (field)

12 uses

	crypto/tls (current package)
		handshake_client.go#L78: 		secureRenegotiationSupported: true,
		handshake_client.go#L220: 		hello.secureRenegotiationSupported = false
		handshake_messages.go#L86: 	secureRenegotiationSupported     bool
		handshake_messages.go#L132: 	if m.secureRenegotiationSupported && !echInner {
		handshake_messages.go#L431: 	m.secureRenegotiationSupported = false
		handshake_messages.go#L438: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L565: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L695: 		secureRenegotiationSupported:     m.secureRenegotiationSupported,
		handshake_server.go#L224: 	hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
		handshake_server_tls13.go#L630: 		ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||